home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-08-16 | 962 b | 38 lines | [TEXT/MPS ] |
- #
- # Apple Macintosh Developer Technical Support
- #
- # Pop-up Menu Example Application
- #
- # PopMenus
- #
- # PopMenus.make - Make Source
- #
- # Copyright © 1988 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions: 1.0 8/88
- #
- # Components: PopMenus.p August 1, 1988
- # PopMenus.r August 1, 1988
- # PopMenus.make August 1, 1988
- #
- # This program is a simple example of how to use pop-up menus in your
- # application. It implements a pop-up as a userItem in a modal dialog
- # box (this is a helpful example in its own right!).
- #
- # See Sample and TESample for the general structure and MultiFinder
- # techniques that we recommend that you use when building a new application.
- #
-
- PObjs = PopMenus.p.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o
-
- PopMenus ƒƒ {PObjs} PopMenus.make
- Link -o {Targ} {PObjs}
- SetFile {Targ} -t APPL -c '????'
-
- PopMenus ƒƒ PopMenus.r PopMenus.make
- Rez -rd -o {Targ} PopMenus.r -append
-